home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / bnkequ_s < prev    next >
Text File  |  2006-10-19  |  584b  |  20 lines

  1. * BNKEQU;S
  2.  
  3. * Equates for BANKIT routine. These equates tell BANKIT where to look for
  4. * routines located in the Eprom banks.
  5. *
  6. * By Brad Snyder for the WHT SCSI adaptor. 12-23-94.
  7. *
  8. * The first byte in the equate tells the bank number of the routine, and the
  9. * second byte is the offset into the address table at the beginning of each
  10. * bank.
  11. *
  12. * Assemble into every Eprom bank.
  13.  
  14. SCSIRD EQU  >0700             bank >07, offset >00
  15. SCSIWT EQU  >0701
  16. SCSIPU EQU  >0702             powerup
  17. SCSIIN EQU  >0703             interrupt
  18. TESTME EQU  >0300             test routine in bank 3
  19.  
  20.